home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE greeter SYSTEM "greeter.dtd">
- <greeter>
-
- <!-- background -->
- <item type="pixmap">
- <normal file="background.png"/>
- <pos y="0" x="0" width="100%" height="100%"/>
- </item>
-
- <!-- bottom bar -->
- <item type="pixmap">
- <normal file="bottom_bar.svg"/>
- <pos y="100%" x="0" width="100%" height="100" anchor="sw"/>
- </item>
- <item type="rect">
- <pos y="100%" x="0" width="100%" height="42" anchor="sw"/>
- <box xpadding="10" spacing="10" orientation="horizontal">
- <!-- options -->
- <item type="rect" id="options_button" button="true">
- <pos y="50%" width="box" height="box" anchor="w"/>
- <box xpadding="0" spacing="2" orientation="horizontal">
- <item type="pixmap">
- <normal file="icon-session.png"/>
- <prelight file="icon-session-prelight.png"/>
- <active file="icon-session-active.png"/>
- </item>
- <item type="label">
- <normal font="Sans 11" color="#ffffff"/>
- <prelight font="Sans 11" color="#ff9c36"/>
- <active font="Sans 11" color="#dc292b"/>
- <pos y="50%" anchor="w"/>
- <stock type="options"/>
- </item>
- </box>
- </item>
- </box>
- </item>
-
- <!-- hostname and clock -->
- <item type="rect">
- <pos x="100%" y="100%" width="box" height="42" anchor="se"/>
- <box xpadding="10" spacing="10" orientation="horizontal">
- <item type="label" id="clock">
- <pos x="100%" y="50%" anchor="e"/>
- <normal font="Sans 11" color="#ffffff"/>
- <text>%c</text>
- </item>
- </box>
- </item>
-
-
- <!-- password box -->
- <item type="rect">
- <pos x="50%" y="47%" width="box" height="box" anchor="c"/>
- <box xpadding="0" ypadding="0" spacing="0" orientation="vertical">
- <item type="pixmap">
- <pos x="0" y="0" width="box" height="box"/>
- <normal file="boundingbox.png"/>
- <box xpadding="40" ypadding="20" spacing="2" orientation="vertical">
- <item type="label" id="pam-prompt">
- <pos x="2"/>
- <normal font="Sans 12" color="#ffffff"/>
- <stock type="username-label"/>
- </item>
- <item type="pixmap">
- <normal file="userentry.png"/>
- <pos width="240" height="32"/>
- <fixed>
- <item type="entry" id="user-pw-entry">
- <normal color="#000000" font="Sans 11"/>
- <pos y="5" x="5" width="-10" height="-10" anchor="nw"/>
- </item>
-
- <!-- caps lock warning -->
- <item type="label" id="caps-lock-warning">
- <pos x="270" y="11" anchor="nw"/>
- <normal font="Sans 11" color="#ffffff"/>
- <stock type="caps-lock-warning"/>
- </item>
- <!-- timer warning -->
- <item type="label" id="timed-label">
- <pos x="50%" y="84" anchor="c"/>
- <show type="timed"/>
- <normal font="Sans 11" color="#ffffff"/>
- <stock type="timed-label"/>
- </item>
- <!-- pam error -->
- <item type="label" id="pam-error">
- <pos x="50%" y="120" width="290" anchor="c" />
- <normal font="Sans 11" color="#ff9c36"/><!--#dc292b-->
- <text></text>
- </item>
- </fixed>
- </item>
- </box>
- </item>
- <item type="rect">
- <box xpadding="10" ypadding="8" spacing="10" orientation="horizontal" homogeneous="true">
- <!-- language -->
- <item type="rect" id="language_button" button="true">
- </item>
- <!-- session -->
- <item type="rect" id="session_button" button="true">
- </item>
- </box>
- </item>
- </box>
- </item>
- <!-- pam message (hidden, but required) -->
- <item type="label" id="pam-message">
- <pos x="50%" anchor="c" />
- <normal alpha="0.00"/>
- <text></text>
- </item>
-
- </greeter>
-